home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / READ.ME < prev    next >
Encoding:
Text File  |  1993-08-15  |  11.5 KB  |  259 lines

  1. Last update: Fri Aug  6 15:04:25 1993
  2.  
  3. Welcome to the Columbia University software distribution area.
  4.  
  5. You may cd to any of these directories and get any files you want.  All files
  6. are provided without warranty of any kind.  Please read specific copyright
  7. notices and disclaimers.  Most of this software is not "public domain".
  8.  
  9.  
  10. KERMIT SOFTWARE
  11.  
  12. This is the definitive Kermit software distribution area.  It is organized
  13. into subdirectories as follows:
  14.  
  15. kermit/a/   -  Tape A  -  Popular PCs:
  16.                           MS-DOS Kermit for DOS and Windows;
  17.                           Apple II Kermit; CP/M-80 Kermit.
  18.  
  19. kermit/b/   -  Tape B  -  Popular mainframes, minis, and workstations:
  20.                  &        C-Kermit 5A for UNIX, VMS, DG AOS/VS, Macintosh,
  21.                Tape F     OS/2, OS-9, Commodore Amiga, Atari ST, Apollo Aegis.
  22.                           IBM mainframes (VM/CMS, MVS/TSO, CICS, MUSIC),
  23.                           VAX/VMS, PDP-11 (RSX, RSTS, RT, TSX, MUMPS).
  24.                          
  25. kermit/c/   -  Tape C  -  Less popular micros, PCs and workstations:
  26.                           Acorn, Apollo, Atari, Commodore 64/128, CP/M-86,
  27.                           Concurrent CP/M-86, BTOS, CTOS, LISP machines,
  28.                           Flex, UniFlex, HP BASIC, UCSD Pascal, Intel
  29.                           Development Systems, Luxor ABC, Lilith, ICL/Perq,
  30.                           Sinclair, RML, TRS-80, and other Tandys, etc.
  31.  
  32. kermit/d/   -  Tape D  -  Less popular minis & mainframes:
  33.                           DG AOS/VS and RDOS, Burroughs, CDC, Cray, GEC,
  34.                           Gould/SEL, Harris, Honeywell, HP minis,
  35.                           DEC-10/20, DEC PDP-8/12, MAI Basic Four,
  36.                           MODCOMP, IBM mainframes (MTS, GUTS), NCR, Norsk
  37.                           Data, Perkin-Elmer/Concurrent, PICK, PRIME, Tandem,
  38.                           TI, Sperry/UNIVAC/UNISYS, ICL, etc.
  39.  
  40. kermit/e    -  Tape E  -  General Kermit documentation, mail archives, etc
  41.  
  42.  
  43. DEVELOPMENT AREAS
  44.  
  45. kermit/test -  Tape T  -  Kermit Beta Test versions, see kermit/test/read.me
  46.  
  47.  
  48. BINARIES
  49.  
  50. kermit/bin       -        Binary executable Kermit programs (use binary mode).
  51.                           Also: ckuxxx.tar.Z (compressed tar archive of current
  52.                           UNIX C-Kermit release, e.g. cku189.tar.Z);
  53.                           msvibm.zip: ZIP archive of current MS-DOS Kermit
  54.                           distribution diskette (KERMIT.EXE, KERMIT.PIF,
  55.                           MSKERMIT.INI, MSCUSTOM.INI, etc etc).
  56.                           ckoker.zip: OS/2 C-Kermit distribution files.
  57.                           See kermit/bin/read.me for further info.
  58.  
  59. OTHER
  60.  
  61. kermit/cu        -        Columbia-specific files (MS-DOS Kermit scripts, etc)
  62. kermit/charsets  -        Character set tables and info (8-bit text!)
  63. kermit/old       -        Old versions, superseded by new ones.
  64. kermit/extra     -        Extra, redundant, or rarely-used versions.
  65.  
  66. File names all start with letters and are of the form name.typ (lowercase!)
  67. and normally appear in alphabetical order in a directory listing or on a tape.
  68. Exception: READ.ME files have uppercase names, so as to appear at the top of
  69. a directory listing, but are usually also accessible as read.me.
  70.  
  71. Kermit programs are stored in the Kermit distribution areas with related files
  72. grouped together using filename prefixes; the names of all the files for a
  73. certain implementation all start with the same 2- or 3-character prefix, for
  74. instance all the files for MS-DOS Kermit have names starting with "ms".
  75. Similarly, "ck" for C-Kermit, "ik" for IBM mainframe Kermit, "k11" for PDP-11
  76. Kermit, and so on.
  77.  
  78. A group of files for a particular Kermit program is often headed by an "aaaa"
  79. file, for example "msaaaa.hlp" for MS-DOS Kermit; "ckaaaa.hlp" for C-Kermit;
  80. "ckoaaa.hlp" for the OS/2 version of C-Kermit, and so on.  These files explain
  81. the organization of the files for a particular Kermit version.  The most
  82. popular Kermit programs are:
  83.  
  84.   MS-DOS Kermit for PC-DOS, MS-DOS, and MS-Windows:
  85.     Overview file: kermit/a/msaaaa.hlp
  86.     Binary ZIP archive: kermit/bin/msvibm.zip
  87.     Sources: kermit/a/ms*.* (assembler and C)
  88.  
  89.   C-Kermit for UNIX, VAX/VMS, OS/2, Data General AOS/VS, the Commodore Amiga,
  90.   the Atari ST, and OS-9:
  91.     Overview file: kermit/b/ckaaaa.hlp
  92.     Binary compressed tar archive of UNIX source code: kermit/bin/cku189.tar.Z
  93.     (189 is the program edit number, subject to change).  Selected binaries are
  94.     in kermit/bin/ck* (various UNIX versions, OS/2).  Other binaries (VMS, etc)
  95.     can be found in kermit/b/ck*.uue (UUENCODed versions), ck*.hex (VMS hex
  96.     versions), ck*.boo (BOO-encoded OS/2 versions), etc.
  97.     Sources: kermit/b/ck*.[ch], ck*ker.mak.
  98.   Macintosh Kermit:
  99.     Overview file: kermit/b/ckmaaa.hlp
  100.     Source code: kermit/b/ck[cuwm]*.[cwhr]
  101.     Binary: kermit/b/ckmker.hqx (BinHex 4.0 format)
  102.     Further information: kermit/b/ckmker.bwr
  103.  
  104.   IBM Mainframe Kermit for VM/CMS, MVS/TSO, MVS/ROSCOE, CICS, and MUSIC:
  105.     Overview file: kermit/b/ik0aaa.hlp
  106.     Source code: kermit/b/ik*.* (ik0*.* + ikc*.* for CMS, ikt*.* for TSO, etc)
  107.  
  108. Files whose names start with "aa" -- normally appearing at the top of a
  109. directory listing -- give general information about Kermit.  There should be
  110. an identical set of "aa" files at the top of each Kermit subdirectory a-e.
  111.  
  112. The following files describe what's available in the Kermit distribution:
  113.  
  114.   aafiles.hlp - Explanation of what files are available and how they are named.
  115.   aanetw.hlp -- Information about network access to Kermit files.
  116.   aanoks.hlp -- Information about the Oklahoma State U Kermit archive.
  117.   aatape.hlp -- Information about Kermit distribution tape formats.
  118.  
  119. Files whose names start with "aav" are brief, complete lists of existing,
  120. available Kermit versions, sorted in various ways:
  121.  
  122.   aavers.hlp -- Master list, in no particular order
  123.   aavnew.hlp -- Listed in reverse chronological order of release date
  124.   aavops.hlp -- Listed alphabetically by operating system only
  125.   aavlng.hlp -- Listed alphabetically by programming language
  126.   aavpfx.hlp -- Listed alphabetically by filename prefix, regardless of tape
  127.   aavsys.hlp -- Listed alphabetically by machine and operating system
  128.   aavtap.hlp -- Listed by tape (A,B,C,D,E), then alphabetically by file prefix
  129.  
  130. And there are some bureaucratic files, whose names start with "aax":
  131.  
  132.   aaxfly.doc -- The Kermit catalog and mail-order form, terms and conditions.
  133.   aaxfly.ps  -- A PostScript version of the catalog and order form.
  134.   aaxcom.doc -- Commercial-Use policy.
  135.   aaxcom.ps  -- PostScript version of commercial-use policy.
  136.  
  137. Finally, there is aavers.upd, which lists the Kermit programs released since
  138. the last time the catalog / order-form was updated.
  139.  
  140.  
  141. PUBLISHED DOCUMENTATION
  142.  
  143.  .. is available for MS-DOS Kermit and C-Kermit.  Please use it.  Sales
  144. of the documentation help support the Kermit effort and reduce the workload
  145. at our help desk.
  146.  
  147. MS-DOS KERMIT:
  148.  
  149.   Christine M. Gianone, "Using MS-DOS Kermit", Second Edition, Digital Press,
  150.   Bedford, MA, 1992, 345 pages.  Packaged with version 3.13 of MS-DOS Kermit
  151.   for the IBM PC, PS/2, and compatibles on a 3.5-inch diskette.
  152.  
  153.     DEC Order Number:   EY-H893E-DP
  154.     Digital Press ISBN: 1-55558-082-3
  155.     Prentice Hall ISBN: 0-13-952276-X
  156.  
  157.     Internation Edition DEC Order Number:     EY-H893E-DI
  158.     Prentice Hall International Edition ISBN: 0-13-953043-6
  159.  
  160.   US single-copy price: $34.95; quantity discounts available.  Available in
  161.   computer bookstores or directly from Digital Press.  In the USA, call
  162.   Digital Press toll-free +1-800-344-4825 to order; major credit cards
  163.   accepted; refer to the DEC order number shown above.
  164.  
  165.   The English-language edition can also be ordered from:
  166.  
  167.     Kermit Development and Distribution
  168.     Columbia University Academic Information Systems
  169.     612 West 115th Street
  170.     New York, NY  10025  USA
  171.     Telephone: (USA) 212 854-3703
  172.  
  173.   Domestic and overseas orders accepted.  Price: $34.95 (US, Canada, and
  174.   Mexico), $45 elsewhere.  Orders may be paid by MasterCard or Visa, or
  175.   prepaid by check in US dollars.  Add $35 bank fee for checks not drawn on a
  176.   US bank.  Price includes shipping.  Do not include sales tax.
  177.  
  178.   A German-language edition is also available:
  179.  
  180.     Christine M. Gianone, "MS-DOS Kermit, das universelle
  181.     Kommunikationsprogramm", Verlag Heinz Heise, Hannover, Germany (1991),
  182.     414 pages.  Packaged with version 3.11 of MS-DOS Kermit for the IBM PC,
  183.     PS/2, and compatibles on a 5.25-inch diskette, including German-language
  184.     help files.  Deutsch von Gisbert W. Selke.  Price: DM 69,00.  ISBN
  185.     3-88229-006-4.  Verlag Heinz Heise GmbH & Co. KG, Helstorfer Strasse 7,
  186.     D-3000 Hannover.  Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 53-1 29.
  187.  
  188.   And a French-language edition:
  189.  
  190.     Christine M. Gianone, "Kermit MS-DOS Mode d'Emploi", Heinz Schiefer & Cie.,
  191.     Versailles (1993), 406 pages.  Packaged with version 3.11 of MS-DOS Kermit
  192.     for the IBM PC, PS/2, and compatibles on a 5.25-inch diskette.  Adaption
  193.     francaise: Jean Dutertre.  ISBN 2-901143-20-2.  Heinz Schiefer & Cie.,
  194.     45 rue Henri de Regnier, F-78000 Versailles.  Tel. +33 13 021 55 05,
  195.     Fax. +33 13 902 3971.
  196.  
  197.   There is also a Japanese book about MS-DOS Kermit:
  198.  
  199.     Hirofumi Fujii and Fukuko Yuasa, "MS-Kermit Nyumon", Computer
  200.     Today Library 6, Saiensu-Sha Co., Ltd., publishers (1993), 160 pages.
  201.     Publisher's address: Abe-toku Building, 2-4 Kanda-suda cho, Chiyoda-ku,
  202.     Tokyo 101, Japan.  Tel. +81-3-3256-1091.  Price 1,800 Yen + tax.
  203.     ISBN 4-7819-0669-9 C3355 P1854E.
  204.  
  205. C-KERMIT:
  206.  
  207.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Digital Press,
  208.   Burlington, MA, 1993, approx. 500 pages.  
  209.  
  210.     Order Number: EY-J896E-DP
  211.     Digital Press ISBN: 1-55558-108-0
  212.     Prentice Hall ISBN: 0-13-037490-3
  213.  
  214.   US single-copy price: $34.95; quantity discounts available.  Available in
  215.   computer bookstores or directly from Digital Press.  In the USA, call
  216.   DECdirect toll-free 1-800-344-4825 to order; major credit cards
  217.   accepted.  Overseas, order through your bookstore or your local Digital
  218.   Equipment Corporation branch.  Can also be ordered from:
  219.  
  220.     Kermit Development and Distribution
  221.     Columbia University Center for Computing Activities
  222.     612 West 115th Street
  223.     New York, NY  10025  USA
  224.     Telephone: (USA) 212 854-3703
  225.  
  226.   Domestic and overseas orders accepted.  Price: $34.95 (US, Canada, and
  227.   Mexico), $45 elsewhere.  Orders may be paid by MasterCard or Visa, or
  228.   prepaid by check in US dollars.  Add $35 bank fee for checks not drawn on
  229.   a US bank.  Price includes shipping.  Do not include sales tax.
  230.  
  231. KERMIT PROTOCOL SPECIFICATION and other general information:
  232.  
  233.   Frank da Cruz, "Kermit, A File Transfer Protocol", Digital Press,
  234.   Bedford, MA, 1987, 379 pages.
  235.  
  236.     Order Number: EY-6705E-DP
  237.     Digital Press ISBN: 0-932376-88-6
  238.     Prentice Hall ISBN: 0-13-514753-0
  239.  
  240.   US single-copy price: $29.95; quantity discounts available.  Available in
  241.   computer bookstores or directly from Digital Press.  In the USA, call
  242.   Digital Press toll-free 1-800-344-4825 to order; major credit cards
  243.   accepted.  Overseas, order through your bookstore or your local Digital
  244.   Equipment Corporation branch.
  245.  
  246.  
  247. PACKET DRIVER SOFTWARE
  248.  
  249. Also available in our anonymous FTP area, the Cyrnwr (formerly Clarkson)
  250. packet driver collection, network board drivers for IBM PCs and compatibles:
  251.  
  252.   packet-drivers/src   -    Source code   (ftp in text mode)
  253.   packet-drivers/doc   -    Documentation (ftp in text mode)
  254.   packet-drivers/bin   -    Binaries      (ftp in binary mode)
  255.   packet-drivers/zip   -    ZIP archives  (ftp in binary mode)
  256.   packet-drivers/new   -    New additions (mixture of text and binary)
  257.  
  258. (end of kermit/read.me)
  259.